home *** CD-ROM | disk | FTP | other *** search
- /*
- ****************************************************************************
- *Copyright 1992 Regents of The University of Michigan - All Rights Reserved*
- * *
- * Permission to use, copy, modify, and distribute this software and its *
- * documentation for any purpose and without fee is hereby granted, *
- * provided that the above copyright notice appears in all copies and that *
- * both that copyright notice and this permission notice appear in *
- * supporting documentation, and that the name of The University of Michigan*
- * not be used in advertising or publicity pertaining to distribution of *
- * the software without specific, written prior permission. This software *
- * is supplied as is without expressed or implied warranties of any kind. *
- * *
- * Center for Information Technology Integration *
- * Information Technology Division *
- * The University of Michigan *
- * 519 W. William Street *
- * Ann Arbor, Michigan 48103 *
- * +1 313-764-5440 *
- * FAX: +1 313-764-4434 *
- * info@citi.umich.edu *
- * *
- ****************************************************************************
- */
-
- /* hell if I know what this include file is used for */
-
- /* File PStrings.c */
- void CopyPStr (char *, char *);
- void AppendPStr (char *,char *);
- void PSubstr (char *, char *, short, short);
- Boolean PStrequal (char *, char *);
- short PPos (char *, short, char);
- void MakeNum (short, char *);
-
- /* File drvr.c */
- void bzero (char *, long);
- void alert (int);
-
- /* File Window.c */
- void closeWind (DCtlPtr);
- void doEvent (EventRecord *, DCtlPtr);
- void doUpdate (void);
- void doMouseDown (EventRecord *, DCtlPtr);
- int setUpWindow (DCtlPtr);
- void displayWind (void);
- void addObject (void);
- void delObject (void);
- void toggle (Boolean);
- void setRights (void);
-
- /* File directory.c */
- int doGetDirectory (void);
- pascal short MyGetDirHook (short, DialogPtr);
- pascal Boolean FoldersOnly (ParmBlkPtr);
-
-
- /* File ACL.c */
- void buildACL (void);
- void parseStr (char *);
-
-
- /* File SetUpA4.h */
- static __GetA4 (void);
-